Replace XSETSYMBOL with make_lisp_symbol
authorMattias Engdegård <mattiase@acm.org>
Sat, 24 Feb 2024 16:47:37 +0000 (17:47 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 24 Feb 2024 17:36:30 +0000 (18:36 +0100)
commitde6b1e1efb1a36c69e7a6e09297e1de5b1477121
tree920c6a8c471db6b5657bf0ffd9f4419454ec025d
parent56beeff14365d8e802ab7b4888aa7e95b2cf9509
Replace XSETSYMBOL with make_lisp_symbol

* src/lisp.h (XSETSYMBOL): Remove.  All callers changed to use
make_lisp_symbol.
src/alloc.c
src/buffer.c
src/data.c
src/eval.c
src/lisp.h